Misc tab
File State History - How much last opened files remember. (Position, selection, bookmarks, encoding)
Search/Replace History - Remember this number of last Search/Replace queries
Editor
Ask to overwrite ReadOnly - Will ask if you save ReadOnly file. If not checked, then save without confirmation
Bring TC to top on ESC - If checked, then TotalCommander window will be active after you close one frame by ESC. Else Syn2 window will be active (on top). Useful when Use MDI enabled
Remember last window size/position - Save Syn2 window position, and open all new windows in same place.
Use internat HTML autocomplete- If cursor stay in text colored by 'CSS' or 'subHTML' lexer, then you will get inplace HTML tag/attribute autocomplete by pressing Ctrl+Space
AutoComplete Popup behavior:
No filtration - when you type function name, no list filtering will occure
Start of string - filter all functions that not start as entered text
Any part of string - filter all functions that not contain entered text
Characters are in the same order
- Entered characters exists in same ordes (For example "WaitForCalc" will be found by "wolc" substring)
If File was changed outside:
Do nothing - no action
Ask to Reload/Save - You will be asked to save file if it's modified and to Reload changes in file.
Reopen without asking (Log mode) - File will be reopened without asking (Only ask to Save if modified). If you view not beginning of file, after reloding you will be scrolled automatically to end of file. (So if log grows up - you always see beginning of file, if log grows down - you'll autoscrolled to end of file) File reloads in ReadOnly mode by default.
Chm file for context help- You can use context help (F1) by default. When you press hotkey - curent word under cursor, or selected text replace %WORD% variable. For official PHP chm help downloaded from (http://www.php.net/download-docs.php) you can use this settings:
C:\path\to\php_manual_en.chm::en/function.%WORD%.html - for english
C:\path\to\php_manual_ru.chm::ru/function.%WORD%.html - for russian
etc.